home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / cphoto5.dxr / 00034.ls < prev    next >
Encoding:
Text File  |  1997-11-06  |  254 b   |  10 lines

  1. on mouseUp
  2.   set wleft to the stageLeft
  3.   set wtop to the stageTop
  4.   set stagedef to rect(wleft, wtop, wleft + 640, wtop + 480)
  5.   set the rect of window "panic" to stagedef
  6.   set the windowType of window "panic" to 3
  7.   open(window "panic")
  8.   pause()
  9. end
  10.